home *** CD-ROM | disk | FTP | other *** search
-
-
-
- VVVVkkkkMMMMssssggggAAAApppppppp((((3333xxxx)))) VVVVkkkkMMMMssssggggAAAApppppppp((((3333xxxx))))
-
-
-
- NNNNAAAAMMMMEEEE
- VkMsgApp - Class used by messaging applications to handle initialization
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- VkApp : VkComponent : VkCallbackObject
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <Vk/VkMsgApp.h>
-
- PPPPUUUUBBBBLLLLIIIICCCC PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr////DDDDeeeessssttttrrrruuuuccccttttoooorrrr
- VkMsgApp(char* appClassName,
- int* argc_c,
- char** arg_v,
- XrmOptionDescRec* optionList = NULL,
- int sizeOfOptionList = 0,
- const char* ptid = NULL,
- const char* sessid = NULL,
- Boolean noProtocol = False);
-
- virtual void ~VkMsgApp(void);
-
-
- MMMMeeeessssssssaaaaggggeeee FFFFaaaacccciiiilllliiiittttyyyy AAAAcccccccceeeessssssss
- VkMsgClient* messageClient(void);
-
-
- AAAAcccccccceeeessssssss MMMMeeeetttthhhhooooddddssss
- Boolean noProtocol()
-
-
- XXXX RRRREEEESSSSOOOOUUUURRRRCCCCEEEESSSS AAAASSSSSSSSOOOOCCCCIIIIAAAATTTTEEEEDDDD WWWWIIIITTTTHHHH TTTTHHHHIIIISSSS CCCCLLLLAAAASSSSSSSS
- projectWindow
- projectSelect
- project
- privateProject
-
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- VkMsgApp is used instead of VkApp by applications which use the
- ViewKit message facility. It creates a VkMsgService object and
- provides basic project support.
-
- Three new command-line options provide control over the ToolTalk
- session.
-
- -project will specify a session ID.
-
- -projectWindow will specify a window containing a session ID.
-
- -projectSelect will allow the user to click on a window containing
- a session ID.
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- VVVVkkkkMMMMssssggggAAAApppppppp((((3333xxxx)))) VVVVkkkkMMMMssssggggAAAApppppppp((((3333xxxx))))
-
-
-
- The default is "-project default".
-
-
- DDDDEEEERRRRIIIIVVVVIIIINNNNGGGG SSSSUUUUBBBBCCCCLLLLAAAASSSSSSSSEEEESSSS
- The same guidelines for deriving from VkApp apply to VkMsgApp
- subclasses.
-
-
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- VVVVkkkkMMMMssssggggAAAApppppppp(((())))
- VkMsgApp(char* appClassName,
- int* argc_c,
- char** arg_v,
- XrmOptionDescRec* optionList = NULL,
- int sizeOfOptionList = 0,
- const char* ptid = NULL,
- const char* sessid = NULL,
- Boolean noProtocol = False);
-
- virtual void ~VkMsgApp(void);
-
-
- Two new arguments are added to the normal VkApp constructor
- arguments. The sixth argument is the process type (ptype). It
- defaults to NULL, which indicates no ptype. The seventh is the
- session to join. It defaults to NULL, which indicates the default
- session. The last argument defaults to False, and controls whether
- VkMsgApp automatically implements handling for "Lower", "Raise", and
- "Quit" messages. These messages are standard, and cause the calling
- of the iconify, open/raise, and quitYourself methods of VkApp.
-
- mmmmeeeessssssssaaaaggggeeeeCCCClllliiiieeeennnntttt(((())))
- VkMsgClient* messageClient(void);
-
-
- Returns a pointer to the VkMsgClient object for access to message
- facility functionality. See the VkMsgClient man page for more
- details.
-
- nnnnooooPPPPrrrroooottttooooccccoooollll(((())))
- Boolean noProtocol(void);
-
-
- Returns the value of the noProtocol constructor argument. If TRUE,
- then VkMsgApp does not automatically handle the standard "Lower",
- "Raise", and "Quit" messages.
-
- IIIINNNNHHHHEEEERRRRIIIITTTTEEEEDDDD MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNNSSSS
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkAAAApppppppp
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-
-
-
- VVVVkkkkMMMMssssggggAAAApppppppp((((3333xxxx)))) VVVVkkkkMMMMssssggggAAAApppppppp((((3333xxxx))))
-
-
-
- afterRealizeHook(), show(), hide(), name(), className(),
- parseCommandLine(), VkApp(), setVersionString(), versionString(),
- terminate(), handlePendingEvents(), quitYourself(),
- handleRawEvent(), setMainWindow(), raise(), lower(), iconify(),
- open(), startupIconified(), busyCursor(), normalCursor(),
- setNormalCursor(), setBusyCursor(), showCursor(), busy(),
- veryBusy(), notBusy(), setBusyDialog(), appContext(), display(),
- argv(), argv(), argc(), applicationClassName(), mainWindow(),
- shellGeometry(), startupIconified(), _winList, _quitSemaphore,
- ViewKitMajorRelease, ViewKitMinorRelease, ViewKitReleaseString
-
-
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCoooommmmppppoooonnnneeeennnntttt
- installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
- setDefaultResources(), getResources(), manage(), unmanage(),
- baseWidget(), okToQuit(), _name, _baseWidget, _w, deleteCallback
-
-
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCaaaallllllllbbbbaaaacccckkkkOOOObbbbjjjjeeeecccctttt
- callCallbacks(), addCallback(), removeCallback(),
- removeAllCallbacks()
-
-
- CCCCLLLLAAAASSSSSSSSEEEESSSS UUUUSSSSEEEEDDDD BBBBYYYY TTTTHHHHIIIISSSS CCCCLLLLAAAASSSSSSSS
- VkComponentList, VkMsgClient, VkMsgService
-
- KKKKNNNNOOOOWWWWNNNN CCCCLLLLAAAASSSSSSSSEEEESSSS TTTTHHHHAAAATTTT UUUUSSSSEEEE TTTTHHHHIIIISSSS CCCCLLLLAAAASSSSSSSS
- VkMsgApp
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- VkApp, VkComponent, VkMsgApp, VkMsgClient, VkMsgService, VkMsgWindow
- _V_i_e_w_K_i_t _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m, DEC Press, Bob Sheifler and Jim Gettys
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m _T_o_o_l_k_i_t, DEC Press, Paul Asente and Ralph Swick
- _T_h_e _O_S_F/_M_o_t_i_f _P_r_o_g_r_a_m_m_e_r_s _R_e_f_e_r_e_n_c_e, Prentice Hall, OSF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 3333
-
-
-
-